|
|
|
|
ClientAreaColor Property, TabClass Class |
Defines the color of the client area associated with the tab.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ClientAreaColor As Color |
C# |
public Color ClientAreaColor { get; set; } |
C++ |
public: property Color ClientAreaColor { |
Property Value
The color of the client area associated with the tab.
The default value is Color.Empty.
Comments
The ClientAreaColor property defines the color of the client area associated with the tab.
If this property defines a client area color it overrides the background bitmap (BackgroundImage) and the client area uses the specified background color. If defined, the ClientAreaStartColor and ClientAreaEndColor properties override the ClientAreaColor property.
If the tab control uses Windows themes, the ClientAreaColor property has no effect.